home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / font.h < prev    next >
C/C++ Source or Header  |  1995-02-22  |  158b  |  9 lines

  1. #ifndef FONT_H
  2. #define FONT_H
  3.  
  4. void fontinit(void);
  5. void printor(char *s, void *dest, int x , int y);
  6. void print(char *s, void *dest, int x , int y);
  7.  
  8. #endif
  9.